home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gProjName, gProjPath
- if the machineType = 256 then
- openXLib("FileIO")
- end if
- set gProjName to "WORDPLAY"
- set gProjPath to the moviePath
- set MacVolumeName to "WORDPLAY:"
- set destination to "INTRO"
- if machineType() = 256 then
- set MoviesPath to RunFromCD("MOVIES\WORDPLAY.CFG") & "\MOVIES\"
- set AUDIOPATH to MoviesPath & "AUDIO\"
- else
- set MoviesPath to MacVolumeName & "MOVIES:"
- set AUDIOPATH to MoviesPath & "AUDIO:"
- end if
- append(the searchPath, AUDIOPATH)
- append(the searchPath, MoviesPath)
- put the searchPath
- set DestPath to MoviesPath & destination
- go(1, DestPath)
- end
-